gtk-demo: Make clipboard demo paste from clipboard
authorBenjamin Otte <otte@redhat.com>
Thu, 19 Aug 2021 01:14:59 +0000 (03:14 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 19 Aug 2021 01:16:48 +0000 (03:16 +0200)
commit6b733d294354c349b4b5ef7d689c0b2ef162f797
tree5f45fa0f89ffd2c6b5200c97edbaad0e336f8bbd
parent6f165efcdbfb5c3a3254dbc8f6af56e90111cb5f
gtk-demo: Make clipboard demo paste from clipboard

The old code was just pasting local clipboard data that we put there
ourselves and was causing criticals on remote clipboard data. Now the
code does the proper async paste.
demos/gtk-demo/demoimage.c